From ab92500fdc9a4cbc462a18ee81a96f79dfd56fb3 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 21 Sep 2015 20:55:50 -0400 Subject: [PATCH] Test on Travis with Rust 1.1.0 and 1.2.0 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 318daa59b..e743edaff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: rust rust: + - 1.1.0 + - 1.2.0 - stable - beta - nightly -- 2.30.2